FlexReport for WinForms
Remove メソッド (OrderedDictionary<TKey,TValue>)


C1.Report.4.6.2 アセンブリ > C1.Report.Util 名前空間 > OrderedDictionary<TKey,TValue> クラス : Remove メソッド
The key of the entry to remove.
Removes the entry with the specified key from the OrderedDictionary<TKey,TValue> collection.
シンタックス
'宣言
 
Public Function Remove( _
   ByVal key As TKey _
) As System.Boolean
'使用法
 
Dim instance As OrderedDictionary(Of TKey,TValue)
Dim key As TKey
Dim value As System.Boolean
 
value = instance.Remove(key)
public System.bool Remove( 
   TKey key
)

パラメータ

key
The key of the entry to remove.

戻り値の型

true if the key was found and the corresponding element was removed; otherwise, false.
参照

参照

OrderedDictionary<TKey,TValue> クラス
OrderedDictionary<TKey,TValue> メンバ